home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / c_language / frame / windows / frame.mak < prev    next >
Text File  |  1996-08-13  |  10KB  |  324 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=Frame - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to Frame - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "Frame - Win32 Release" && "$(CFG)" != "Frame - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "Frame.mak" CFG="Frame - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Frame - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "Frame - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. CPP=cl.exe
  34. RSC=rc.exe
  35. MTL=mktyplib.exe
  36.  
  37. !IF  "$(CFG)" == "Frame - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 0
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir "Release"
  42. # PROP BASE Intermediate_Dir "Release"
  43. # PROP BASE Target_Dir ""
  44. # PROP Use_MFC 0
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir "Release"
  47. # PROP Intermediate_Dir "Release"
  48. # PROP Target_Dir ""
  49. OUTDIR=.\Release
  50. INTDIR=.\Release
  51.  
  52. ALL : "$(OUTDIR)\Frame.add"
  53.  
  54. CLEAN : 
  55.     -@erase "$(INTDIR)\Frame.res"
  56.     -@erase "$(INTDIR)\Main.obj"
  57.     -@erase "$(INTDIR)\PageMakerMemory.obj"
  58.     -@erase "$(INTDIR)\PageMakerUtils.obj"
  59.     -@erase "$(OUTDIR)\Frame.add"
  60.     -@erase "$(OUTDIR)\Frame.exp"
  61.     -@erase "$(OUTDIR)\Frame.lib"
  62.  
  63. "$(OUTDIR)" :
  64.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  65.  
  66. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  67. # ADD CPP /nologo /Zp1 /W3 /GX /O2 /I "..\..\..\Includes" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  68. CPP_PROJ=/nologo /Zp1 /ML /W3 /GX /O2 /I "..\..\..\Includes" /D "WIN32" /D\
  69.  "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Frame.pch" /YX /Fo"$(INTDIR)/" /c 
  70. CPP_OBJS=.\Release/
  71. CPP_SBRS=.\.
  72. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  73. # ADD MTL /nologo /D "NDEBUG" /win32
  74. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  75. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  76. # ADD RSC /l 0x409 /d "NDEBUG"
  77. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Frame.res" /d "NDEBUG" 
  78. BSC32=bscmake.exe
  79. # ADD BASE BSC32 /nologo
  80. # ADD BSC32 /nologo
  81. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Frame.bsc" 
  82. BSC32_SBRS= \
  83.     
  84. LINK32=link.exe
  85. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  86. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/Frame.add"
  87. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  88.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  89.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
  90.  /pdb:"$(OUTDIR)/Frame.pdb" /machine:I386 /def:".\Frame.def"\
  91.  /out:"$(OUTDIR)/Frame.add" /implib:"$(OUTDIR)/Frame.lib" 
  92. DEF_FILE= \
  93.     ".\Frame.def"
  94. LINK32_OBJS= \
  95.     "$(INTDIR)\Frame.res" \
  96.     "$(INTDIR)\Main.obj" \
  97.     "$(INTDIR)\PageMakerMemory.obj" \
  98.     "$(INTDIR)\PageMakerUtils.obj"
  99.  
  100. "$(OUTDIR)\Frame.add" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  101.     $(LINK32) @<<
  102.   $(LINK32_FLAGS) $(LINK32_OBJS)
  103. <<
  104.  
  105. !ELSEIF  "$(CFG)" == "Frame - Win32 Debug"
  106.  
  107. # PROP BASE Use_MFC 0
  108. # PROP BASE Use_Debug_Libraries 1
  109. # PROP BASE Output_Dir "Debug"
  110. # PROP BASE Intermediate_Dir "Debug"
  111. # PROP BASE Target_Dir ""
  112. # PROP Use_MFC 0
  113. # PROP Use_Debug_Libraries 1
  114. # PROP Output_Dir "Debug"
  115. # PROP Intermediate_Dir "Debug"
  116. # PROP Target_Dir ""
  117. OUTDIR=.\Debug
  118. INTDIR=.\Debug
  119.  
  120. ALL : "$(OUTDIR)\Frame.add"
  121.  
  122. CLEAN : 
  123.     -@erase "$(INTDIR)\Frame.res"
  124.     -@erase "$(INTDIR)\Main.obj"
  125.     -@erase "$(INTDIR)\PageMakerMemory.obj"
  126.     -@erase "$(INTDIR)\PageMakerUtils.obj"
  127.     -@erase "$(INTDIR)\vc40.idb"
  128.     -@erase "$(INTDIR)\vc40.pdb"
  129.     -@erase "$(OUTDIR)\Frame.add"
  130.     -@erase "$(OUTDIR)\Frame.exp"
  131.     -@erase "$(OUTDIR)\Frame.ilk"
  132.     -@erase "$(OUTDIR)\Frame.lib"
  133.     -@erase "$(OUTDIR)\Frame.pdb"
  134.  
  135. "$(OUTDIR)" :
  136.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  137.  
  138. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  139. # ADD CPP /nologo /Zp1 /ML /W3 /Gm /GX /Zi /Od /I "..\..\..\Includes" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  140. CPP_PROJ=/nologo /Zp1 /ML /W3 /Gm /GX /Zi /Od /I "..\..\..\Includes" /D "WIN32"\
  141.  /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Frame.pch" /YX /Fo"$(INTDIR)/"\
  142.  /Fd"$(INTDIR)/" /c 
  143. CPP_OBJS=.\Debug/
  144. CPP_SBRS=.\.
  145. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  146. # ADD MTL /nologo /D "_DEBUG" /win32
  147. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  148. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  149. # ADD RSC /l 0x409 /d "_DEBUG"
  150. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Frame.res" /d "_DEBUG" 
  151. BSC32=bscmake.exe
  152. # ADD BASE BSC32 /nologo
  153. # ADD BSC32 /nologo
  154. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Frame.bsc" 
  155. BSC32_SBRS= \
  156.     
  157. LINK32=link.exe
  158. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  159. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Debug/Frame.add"
  160. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  161.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  162.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
  163.  /pdb:"$(OUTDIR)/Frame.pdb" /debug /machine:I386 /def:".\Frame.def"\
  164.  /out:"$(OUTDIR)/Frame.add" /implib:"$(OUTDIR)/Frame.lib" 
  165. DEF_FILE= \
  166.     ".\Frame.def"
  167. LINK32_OBJS= \
  168.     "$(INTDIR)\Frame.res" \
  169.     "$(INTDIR)\Main.obj" \
  170.     "$(INTDIR)\PageMakerMemory.obj" \
  171.     "$(INTDIR)\PageMakerUtils.obj"
  172.  
  173. "$(OUTDIR)\Frame.add" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  174.     $(LINK32) @<<
  175.   $(LINK32_FLAGS) $(LINK32_OBJS)
  176. <<
  177.  
  178. !ENDIF 
  179.  
  180. .c{$(CPP_OBJS)}.obj:
  181.    $(CPP) $(CPP_PROJ) $<  
  182.  
  183. .cpp{$(CPP_OBJS)}.obj:
  184.    $(CPP) $(CPP_PROJ) $<  
  185.  
  186. .cxx{$(CPP_OBJS)}.obj:
  187.    $(CPP) $(CPP_PROJ) $<  
  188.  
  189. .c{$(CPP_SBRS)}.sbr:
  190.    $(CPP) $(CPP_PROJ) $<  
  191.  
  192. .cpp{$(CPP_SBRS)}.sbr:
  193.    $(CPP) $(CPP_PROJ) $<  
  194.  
  195. .cxx{$(CPP_SBRS)}.sbr:
  196.    $(CPP) $(CPP_PROJ) $<  
  197.  
  198. ################################################################################
  199. # Begin Target
  200.  
  201. # Name "Frame - Win32 Release"
  202. # Name "Frame - Win32 Debug"
  203.  
  204. !IF  "$(CFG)" == "Frame - Win32 Release"
  205.  
  206. !ELSEIF  "$(CFG)" == "Frame - Win32 Debug"
  207.  
  208. !ENDIF 
  209.  
  210. ################################################################################
  211. # Begin Source File
  212.  
  213. SOURCE=.\Frame.rc
  214.  
  215. "$(INTDIR)\Frame.res" : $(SOURCE) "$(INTDIR)"
  216.    $(RSC) $(RSC_PROJ) $(SOURCE)
  217.  
  218.  
  219. # End Source File
  220. ################################################################################
  221. # Begin Source File
  222.  
  223. SOURCE=.\Frame.def
  224.  
  225. !IF  "$(CFG)" == "Frame - Win32 Release"
  226.  
  227. !ELSEIF  "$(CFG)" == "Frame - Win32 Debug"
  228.  
  229. !ENDIF 
  230.  
  231. # End Source File
  232. ################################################################################
  233. # Begin Source File
  234.  
  235. SOURCE=..\Common\Main.cpp
  236. DEP_CPP_MAIN_=\
  237.     "..\..\..\Includes\CIBasic.h"\
  238.     "..\..\..\Includes\CICommandsAndQueries.h"\
  239.     "..\..\..\Includes\CIInterfaceManager.h"\
  240.     "..\..\..\Includes\CIObjectAccess.h"\
  241.     "..\..\..\Includes\CIWindow.h"\
  242.     "..\..\..\Includes\OldParameterBlock.h"\
  243.     "..\..\..\Includes\oldpatch.h"\
  244.     "..\..\..\Includes\oldtypes.h"\
  245.     "..\..\..\Includes\PMCommands.h"\
  246.     "..\..\..\Includes\PMCQErrs.h"\
  247.     "..\..\..\Includes\PMErrors.h"\
  248.     "..\..\..\Includes\PMEvent.h"\
  249.     "..\..\..\Includes\PMEventRec.h"\
  250.     "..\..\..\Includes\PMInterfaceIDs.h"\
  251.     "..\..\..\Includes\PMKeywords.h"\
  252.     "..\..\..\Includes\PMMemory.h"\
  253.     "..\..\..\Includes\PMPlugin.h"\
  254.     "..\..\..\Includes\PMQueries.h"\
  255.     "..\..\..\Includes\PMTypes.h"\
  256.     "..\..\..\Includes\PMUtils.h"\
  257.     "..\..\..\Includes\WinTypes.h"\
  258.     
  259. NODEP_CPP_MAIN_=\
  260.     "..\..\..\Includes\machdrs.h"\
  261.     "..\..\..\Includes\PageMakerDialogErrs.h"\
  262.     "..\..\..\Includes\PageMakerFileErrs.h"\
  263.     "..\..\..\Includes\PageMakerImpExpErrs.h"\
  264.     "..\..\..\Includes\PageMakerMiscErrs.h"\
  265.     "..\..\..\Includes\PageMakerPrinterErrs.h"\
  266.     "..\..\..\Includes\PageMakerTextErrs.h"\
  267.     
  268.  
  269. "$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
  270.    $(CPP) $(CPP_PROJ) $(SOURCE)
  271.  
  272.  
  273. # End Source File
  274. ################################################################################
  275. # Begin Source File
  276.  
  277. SOURCE=..\..\..\UtilityCode\PageMakerUtils.cpp
  278. DEP_CPP_PAGEM=\
  279.     "..\..\..\Includes\OldParameterBlock.h"\
  280.     "..\..\..\Includes\oldpatch.h"\
  281.     "..\..\..\Includes\oldtypes.h"\
  282.     "..\..\..\Includes\PMCommands.h"\
  283.     "..\..\..\Includes\PMCQErrs.h"\
  284.     "..\..\..\Includes\PMErrors.h"\
  285.     "..\..\..\Includes\PMKeywords.h"\
  286.     "..\..\..\Includes\PMMemory.h"\
  287.     "..\..\..\Includes\PMPlugin.h"\
  288.     "..\..\..\Includes\PMQueries.h"\
  289.     "..\..\..\Includes\PMTypes.h"\
  290.     "..\..\..\Includes\PMUtils.h"\
  291.     
  292. NODEP_CPP_PAGEM=\
  293.     "..\..\..\Includes\machdrs.h"\
  294.     "..\..\..\Includes\PageMakerDialogErrs.h"\
  295.     "..\..\..\Includes\PageMakerFileErrs.h"\
  296.     "..\..\..\Includes\PageMakerImpExpErrs.h"\
  297.     "..\..\..\Includes\PageMakerMiscErrs.h"\
  298.     "..\..\..\Includes\PageMakerPrinterErrs.h"\
  299.     "..\..\..\Includes\PageMakerTextErrs.h"\
  300.     "..\..\..\UtilityCode\PMUtils.h"\
  301.     
  302.  
  303. "$(INTDIR)\PageMakerUtils.obj" : $(SOURCE) $(DEP_CPP_PAGEM) "$(INTDIR)"
  304.    $(CPP) $(CPP_PROJ) $(SOURCE)
  305.  
  306.  
  307. # End Source File
  308. ################################################################################
  309. # Begin Source File
  310.  
  311. SOURCE=..\..\..\UtilityCode\PageMakerMemory.cpp
  312. NODEP_CPP_PAGEMA=\
  313.     "..\..\..\UtilityCode\PMMemory.h"\
  314.     
  315.  
  316. "$(INTDIR)\PageMakerMemory.obj" : $(SOURCE) "$(INTDIR)"
  317.    $(CPP) $(CPP_PROJ) $(SOURCE)
  318.  
  319.  
  320. # End Source File
  321. # End Target
  322. # End Project
  323. ################################################################################
  324.